home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMAVI / TFORMAVI.txt
Encoding:
Text File  |  2002-10-07  |  2.3 KB  |  134 lines

  1. object FormAVI: TFormAVI
  2.   Left = 191
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'AVI'
  6.   ClientHeight = 333
  7.   ClientWidth = 426
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poMainFormCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 12
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 322
  20.     Height = 242
  21.   end
  22.   object PaintBox: TDXPaintBox
  23.     Left = 9
  24.     Top = 9
  25.     Width = 320
  26.     Height = 240
  27.     AutoStretch = False
  28.     Center = False
  29.     KeepAspect = False
  30.     Stretch = True
  31.     ViewWidth = 0
  32.     ViewHeight = 0
  33.   end
  34.   object LabelSt: TLabel
  35.     Left = 12
  36.     Top = 264
  37.     Width = 27
  38.     Height = 12
  39.     Caption = '&Start:'
  40.   end
  41.   object LabelEd: TLabel
  42.     Left = 12
  43.     Top = 300
  44.     Width = 21
  45.     Height = 12
  46.     Caption = '&End:'
  47.   end
  48.   object Button1: TButton
  49.     Left = 340
  50.     Top = 12
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'OK'
  54.     Default = True
  55.     ModalResult = 1
  56.     TabOrder = 4
  57.   end
  58.   object Button2: TButton
  59.     Left = 340
  60.     Top = 48
  61.     Width = 75
  62.     Height = 25
  63.     Cancel = True
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 5
  67.   end
  68.   object TrackSt: TTrackBar
  69.     Left = 80
  70.     Top = 260
  71.     Width = 185
  72.     Height = 21
  73.     Orientation = trHorizontal
  74.     Frequency = 1
  75.     Position = 0
  76.     SelEnd = 0
  77.     SelStart = 0
  78.     TabOrder = 0
  79.     ThumbLength = 12
  80.     TickMarks = tmBottomRight
  81.     TickStyle = tsAuto
  82.     OnChange = TrackStChange
  83.     OnEnter = TrackStEnter
  84.   end
  85.   object TrackEd: TTrackBar
  86.     Left = 80
  87.     Top = 296
  88.     Width = 185
  89.     Height = 21
  90.     Orientation = trHorizontal
  91.     Frequency = 1
  92.     Position = 0
  93.     SelEnd = 0
  94.     SelStart = 0
  95.     TabOrder = 2
  96.     ThumbLength = 12
  97.     TickMarks = tmBottomRight
  98.     TickStyle = tsAuto
  99.     OnChange = TrackEdChange
  100.     OnEnter = TrackEdEnter
  101.   end
  102.   object SpinSt: TSpinEdit
  103.     Left = 268
  104.     Top = 260
  105.     Width = 61
  106.     Height = 21
  107.     MaxValue = 0
  108.     MinValue = 0
  109.     TabOrder = 1
  110.     Value = 0
  111.     OnChange = SpinStChange
  112.     OnEnter = TrackStEnter
  113.   end
  114.   object SpinEd: TSpinEdit
  115.     Left = 268
  116.     Top = 296
  117.     Width = 61
  118.     Height = 21
  119.     MaxValue = 0
  120.     MinValue = 0
  121.     TabOrder = 3
  122.     Value = 0
  123.     OnChange = SpinEdChange
  124.     OnEnter = TrackEdEnter
  125.   end
  126.   object Timer: TTimer
  127.     Tag = -1
  128.     Interval = 500
  129.     OnTimer = TimerTimer
  130.     Left = 368
  131.     Top = 148
  132.   end
  133. end
  134.